home *** CD-ROM | disk | FTP | other *** search
/ VRML 2.0 Sourcebook (2nd Edition) / VRML 2.0 Sourcebook CD [md5 fed90f4f9c39d5a60d477058775c7e21].iso / book / unix / ch04 / 04fig11.wrl < prev   
Text File  |  1996-09-22  |  521b  |  29 lines

  1. #VRML V2.0 utf8
  2. # The VRML 2.0 Sourcebook
  3. # Copyright [1997] By
  4. # Andrea L. Ames, David R. Nadeau, and John L. Moreland
  5. Group {
  6.     children [
  7.         Shape {
  8.             appearance DEF White Appearance {
  9.                 material Material { }
  10.             }
  11.             geometry Text {
  12.                 string [ "Over", "Strike" ]
  13.                 fontStyle DEF myFontStyle FontStyle {
  14.                     size    6.0
  15.                     family  "TYPEWRITER"
  16.                     justify "MIDDLE"
  17.                 }
  18.             }
  19.         },
  20.         Shape {
  21.             appearance USE White
  22.             geometry Text {
  23.                 string [ "----", "------" ]
  24.                 fontStyle USE myFontStyle
  25.             }
  26.         }
  27.     ]
  28. }
  29.